Track changes of an OpenGL state variable value
There are two options for doing this:
- Add the state variable to your OpenGL State Variables view. When the variable's value changes, it is colored blue.
- Save two OpenGL state variables snapshots to a file, each from a different execution scenario of your program. Then compare the state variables snapshot files using a diff tool.